Method WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>)
Apply window functions to grouped results.
Allows ranking, running totals, and other analytics on aggregated data.
IGroupedWindowedQueryable<TKey, TProps> WithWindow(Action<IGroupedWindowSpec<TKey, TProps>> windowConfig)